home *** CD-ROM | disk | FTP | other *** search
- // ================
- // PERSON EXPLOSION
- // ================
-
- [ExplosionClass]
- classLabel = "explosion"
-
- particleTypes = 3
- particleClass1 = "xprsxpl.core"
- particleCount1 = 1
- particleVeloc1 = "0.0 0.0 0.0"
- particleClass2 = "xprsxpl.chunk1"
- particleCount2 = 10
- particleVeloc2 = "5.0 5.0 5.0"
- particleBias2 = "0.0 1.0 0.0"
- particleClass3 = "xprsxpl.chunk2"
- particleCount3 = 5
- particleVeloc3 = "3.0 3.0 3.0"
- particleBias3 = "0.0 1.0 0.0"
-
- explSound = NULL
- damageRadius = 0.0
- damageValue(N) = 0
- damageValue(L) = 0
- damageValue(H) = 0
- damageValue(S) = 0
- damageValue(D) = 0
- damageValue(A) = 0
-
- [Core]
- simulateBase = "sim_null"
- lifeTime = 0.5
- renderBase = "draw_twirl"
- textureName = "smoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = "255 0 0 255"
- finishColor = "255 0 0 0"
- startRadius = 1.0
- finishRadius = 3.0
- animateTime = 0.5
-
- [Chunk1]
- simulatebase = "sim_chunk"
- lifeTime = 2.0
- renderbase = "draw_sphere"
- textureName = "vsmoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = "255 0 0 255"
- finishColor = "255 0 0 0"
- startRadius = 0.1
- finishRadius = 0.1
- animateTime = 2.0
- latitudeBands = 2
- longitudeSegments = 4
-
- [Chunk2]
- simulatebase = "sim_chunk"
- lifeTime = 2.5
- renderbase = "draw_sphere"
- textureName = "vsmoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = "255 0 0 255"
- finishColor = "255 0 0 0"
- startRadius = 0.15
- finishRadius = 0.15
- animateTime = 2.5
- latitudeBands = 2
- longitudeSegments = 4
-